Einhugur JWT Plugin
EncodingParameters.AddPayloadClaim Method
Adds custom payload claim.
AddPayloadClaim(
key
as
String,
value
as
String,
type
as
EinhugurJWT.ClaimType
)
Parameters
key
Key for the claim.
value
Value for the claim.
type
Type of the claim.
Remarks
See Also
EncodingParameters Class